==================================================
= Melissa Name Object API for Windows 	 =
==================================================

Prerequisite
====================
This sample is intended for use after the installation of Name Object. It requires that 
the Name Object is registered and the Data Files installed. If you did not install the Data Files
to its default directory, you will have to change the Data File Path in the sample code to point it
to the correct directory. The Data Files Directory must contain the following files: mdName.dat and
mdName.cfg.

Demo Mode
===============
Please contact your sales representative to obtain a free 30-day license to use Name Object.  After
30 days, the Object must be purchased before continued usage. Please call 1-800-MELISSA ext. 3 for
more information.

Demo Mode
===============
Please contact your sales representative to obtain a free 30-day license to use Name Object.  After
30 days, the Object must be purchased before continued usage. Please call 1-800-MELISSA ext. 3 for
more information.

Visual C#/windows 2003/2005 Sample Programs
===========================================
The sample programs demonstrate how Visual C# can be used to communicate with
the mdName API. The mdNameExample.sln contains the projects mentioned below.

COM Example
===========
The mdNameCOMExample project demonstrates how to use the API's COM interface to
communicate with the API. In your own project, you will need to add a reference
to the COM object. To do this, go to Project | Add Reference. Click the COM
tab and highlight "Melissa Data mdName 1.0 Type Library".


